home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- SETLOCAL
-
- ECHO SAVE V1.0 Save the Standard C++ Library header files
- ECHO (c) Copyright 1992 Jonathan de Boyne Pollard. All rights reserved.
-
- iff %_DOS EQ DOS then
- set ZipCmd=pkzip -uP -wHS -ex
- else
- set ZipCmd=zip -u -9
- endiff
-
- %ZipCmd% -r Include
-
- text | pkzip include -z
- C++ Library Headers
-
- ═══════════════════════════════════════════════════════════════════
- JdeBP C++ Library Headers General Public Licence v1.00
- Copyright (c) 1991-1993 Jonathan de Boyne Pollard
- ═══════════════════════════════════════════════════════════════════
-
- Release 1.00 -- 13th June 1993
-
- You will need Info-ZIP's UNZIP to extract this archive,
- or use the -D option to PKUNZIP version 2.04g.
-
- = All batch files were written for the 4DOS or 4OS2 command processors. =
-
- endtext
- describe Include.zip "ZIP file of the C++ Library Headers"
-
- :AGAIN1
- iff not %@READY[A:] EQ 1 then
- elseiff not "%@LABEL[A:]" EQ "CPP HEADERS" then
- echo That is not the correct disc
- else
- goto READY1
- endiff
- Pause Insert "C++ HEADERS" disc in drive A: and press any key :
- goto AGAIN1
- :READY1
-
- copy /u Include.zip a:\
-